From: Richard M. Stallman Date: Tue, 9 Sep 1997 02:56:56 +0000 (+0000) Subject: (shell-chdrive-regexp): Likewise. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~79246 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=233f3fb8deca3a616d46ea217834221d3dc6b2e1;p=emacs.git (shell-chdrive-regexp): Likewise. --- diff --git a/lisp/shell.el b/lisp/shell.el index c28f1649eb6..1b8c9da313a 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -235,7 +235,8 @@ This mirrors the optional behavior of tcsh." "[]a-zA-Z^_`\\[\\\\]:" nil) "*If non-nil, is regexp used to track drive changes." - :type 'regexp + :type '(choice regexp + (const nil)) :group 'shell-directories) (defcustom explicit-shell-file-name nil